home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / docs / help / adosguide.lha / ADOSguide / ADOS commands / Copy < prev    next >
Encoding:
Text File  |  1999-05-16  |  1.2 KB  |  41 lines

  1.                           --AMIGADOS GUIDE V2.6--
  2.                                    COPY
  3.  
  4.  
  5.    USE:
  6.    Copy is the AmigaDOS command which is used to copy individual
  7.    directories or files to another device within the system.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>COPY FROM DF0:Extras TO RAM:Extras
  17.    1>COPY FROM DF0:C/addbuffers/cpu TO DF1:C
  18.    1>COPY FROM SYS:devs TO RAM:devs ALL
  19.  
  20.    NOTES:
  21.    The FROM and TO commands are purely cosmetic and you do not have to
  22.    include them.  They are only there to give the user a better
  23.    understanding of what is happening.
  24.  
  25.    You can also copy separate files to other devices like a Printer for
  26.    instance:
  27.    1>COPY DF0:Scripts/Text1 TO PRT:
  28.  
  29.    But obviously you can only Copy text files to the printer device.
  30.  
  31.    It is also worth noting that Copy will create a directory for you when
  32.    needed and also any sub-directories within your original directory will
  33.    also be created.  However Copy will NOT make a copy of any files
  34.    situated with in those sub-directories unless specified. The quickest
  35.    way around this is to include the ALL Option at the end of the command 
  36.    line. (See example 3 above)
  37.   
  38.    This will copy all Directories, Sub-directories and files.
  39.  
  40.    
  41.